home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / cgrphxdv.lha / CGraphX / C / dlib / DoCDrawMethodTags.c < prev    next >
C/C++ Source or Header  |  1995-11-28  |  262b  |  8 lines

  1. #include <clib/cybergraphics_protos.h>
  2. #include <pragmas/cybergraphics_pragmas.h>
  3. extern struct Library *CyberGfxBase;
  4. void DoCDrawMethodTags(struct Hook *h, struct RastPort *rp, Tag tag1, ...)
  5. {
  6.  return(DoCDrawMethodTagList(h, rp, (struct TagItem *) &tag1));
  7. }
  8.